LogHttpMessages
Boolean
false
Purpose
The LogHttpMessages parameter specifies whether Direct web services HTTP messages are logged. If logging of HTTP messages is enabled, they are also displayed in the console of GUI REST and SOAP web service applications. By default, HTTP messages are not logged.
Set this parameter to true if you want to log HTTP messages. The HTTP messages are logged to a file called <application-name>_p<PID>_Http_Messages.log (where the <application-name> prefix specifies the name of the application and <PID> is the instance number of the process object of the application). The PID value should be the same number that is displayed in parentheses next to the process in the Jade Monitor.
Use the application‑name_LogHttpMessages form of this parameter if you want different applications to log HTTP messages. If Jade locates both forms of this parameter in the [WebOptions] section, the specific form (that is, application‑name_LogHttpMessages) takes precedence, but only for that application.
This parameter should be used only in development environments to help with debugging.
2022.0.05 and higher